Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Jan 31, 2009, 7:44:47 PM (15 years ago)
- Author:
-
loser
- Comment:
-
batch script to upgrade Pidgin portable
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v151
|
v152
|
|
419 | 419 | In order to upgrade Pidgin portable to a new version, simply download the latest [http://sourceforge.net/project/showfiles.php?group_id=235&package_id=230234 zipped binaries] and follow the steps described in the '''Pidgin''' section above. |
420 | 420 | |
| 421 | '''''Semi-Automatic Upgrade''''' |
| 422 | The following batch script takes care of removing unneeded Pidgin files as described above. |
| 423 | '''Do not use this if you don't understand what it's doing!''' |
| 424 | {{{ |
| 425 | REM download: http://sourceforge.net/project/downloading.php?group_id=235&filename=pidgin-<version>-win32-bin.zip |
| 426 | |
| 427 | cd pidgin-<version>-win32-bin |
| 428 | |
| 429 | REM remove unused modules |
| 430 | rmdir /S /Q ca-certs perlmod |
| 431 | del plugins\perl.dll plugins\tcl.dll |
| 432 | |
| 433 | REM keep only relevant locale (here: DE) |
| 434 | move locale\de %TEMP% |
| 435 | rmdir /S /Q locale |
| 436 | mkdir locale |
| 437 | move %TEMP%\de locale |
| 438 | |
| 439 | REM disable spell-checking |
| 440 | del libgtkspell.dll |
| 441 | |
| 442 | REM activate portable mode |
| 443 | move pidgin.exe pidgin-portable.exe |
| 444 | }}} |
| 445 | |
421 | 446 | == Running Linux Pidgin From a USB Drive (Portable Mode) == |
422 | 447 | This should be possible somehow, but it's not tested and not documented. |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!